home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Library Hyper Card Templates / Hyperlavsa / Notes File / background_2287.txt < prev    next >
Encoding:
Text File  |  1988-02-18  |  3.4 KB  |  176 lines

  1. -- background: 2287 from stack: in
  2. -- bmap block id: 3770
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=260 top=105 right=122 bottom=308
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Index Number
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=91 top=127 right=246 bottom=476
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 256
  32. -- line height: 16
  33. -- part name: Description
  34.  
  35.  
  36. -- part 5 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=279 top=283 right=310 bottom=304
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 1013 / 1013
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Next
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   go to next card
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 6 (button)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=250 top=283 right=310 bottom=276
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 1014 / 1014
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Prev
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   go to previous card
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 7 (button)
  75. -- low flags: 00
  76. -- high flags: 0000
  77. -- rect: left=424 top=280 right=305 bottom=454
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 1012 / 1012
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Return
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   visual effect iris close
  89.   pop card
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 8 (button)
  95. -- low flags: 00
  96. -- high flags: 0000
  97. -- rect: left=92 top=263 right=311 bottom=134
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: 
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   visual effect iris close
  109.   go to card id 4259 of stack "Library #s"
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 9 (button)
  115. -- low flags: 00
  116. -- high flags: A003
  117. -- rect: left=178 top=284 right=306 bottom=229
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: New
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   set lockScreen to true
  129.   go to last card
  130.   get field "Index Number"
  131.   doMenu "New Card"
  132.   set lockScreen to false
  133.   put it + 1 into field "Index Number"
  134.   choose browse tool
  135.   click at 100,100
  136. end mouseUp
  137.  
  138.  
  139.  
  140. -- part 11 (button)
  141. -- low flags: 00
  142. -- high flags: 8003
  143. -- rect: left=327 top=284 right=306 bottom=379
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: Clear
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   doMenu Delete Card
  155. end mouseUp
  156.  
  157.  
  158.  
  159. -- part 12 (button)
  160. -- low flags: 00
  161. -- high flags: 8003
  162. -- rect: left=245 top=252 right=277 bottom=309
  163. -- title width / last selected line: 0
  164. -- icon id / first selected line: 0 / 0
  165. -- text alignment: 1
  166. -- font id: 0
  167. -- text size: 12
  168. -- style flags: 0
  169. -- line height: 16
  170. -- part name: Find
  171. ----- HyperTalk script -----
  172. on mouseUp
  173.   doMenu Find...
  174. end mouseUp
  175.  
  176.